crypto/tls.serverHelloMsg.original (field)
7 uses
crypto/tls (current package)
handshake_client_tls13.go#L93: confTranscript.Write(hs.serverHello.original[:30])
handshake_client_tls13.go#L95: confTranscript.Write(hs.serverHello.original[38:])
handshake_client_tls13.go#L269: hrrHello := make([]byte, len(hs.serverHello.original))
handshake_client_tls13.go#L270: copy(hrrHello, hs.serverHello.original)
handshake_messages.go#L713: original []byte
handshake_messages.go#L865: *m = serverHelloMsg{original: data}
handshake_messages.go#L993: return m.original
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |